home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / Tools / ckmail / ryinitiator.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  736 b   |  45 lines

  1. /* ryinitiator.h - include file for the generic interactive initiator */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/Tools/ckmail/RCS/ryinitiator.h,v 6.0 1991/12/18 20:29:15 jpo Rel $
  5.  *
  6.  * $Log: ryinitiator.h,v $
  7.  * Revision 6.0  1991/12/18  20:29:15  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_QMGRLOAD_RYINITIATOR
  16. #define _H_QMGRLOAD_RYINITIATOR
  17.  
  18. #include <isode/rosy.h>
  19.  
  20.  
  21. struct client_dispatch {
  22.     char        *ds_name;
  23.     int        ds_operation;
  24.  
  25.     IFP        ds_argument;
  26. #ifdef PEPSY_VERSION
  27.     modtyp        *ds_fr_mod;
  28.     int        ds_fr_index;
  29. #else
  30.     IFP        ds_free;
  31. #endif
  32.     IFP        ds_result;
  33.     IFP        ds_error;
  34.  
  35.     char        *ds_help;
  36. } Client_dispatch;
  37.  
  38.  
  39. void            adios(), advise();
  40. void            acs_adios(), acs_advise();
  41. void            ros_adios(), ros_advise();
  42. int            ryinitiator();
  43.  
  44. #endif
  45.